'宣言 Public Overloads Shared Function CreateCustom(Of T As CustomEffect)( _ ByVal deviceContext As DeviceContext _ ) As Effect
public static Effect CreateCustom<T>( DeviceContext deviceContext ) where T: CustomEffect
パラメータ
- deviceContext
- The device context.
型パラメータ
- T